home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Util / S / ShareDisk 2.0.sit / ShareDisk 2.0 / KeyQuencer 1.2 / Goodies / Frontier link / DocServer Source Text next >
Encoding:
Text File  |  1994-07-27  |  559 b   |  12 lines  |  [TEXT/DOCS]

  1.  
  2. Verb    KeyQuencer.doScript
  3. Syntax    KeyQuencer.doScript (script) 
  4. Parameters    script is any text that could be typed in the control panel macro editor
  5. Action    Runs the given string as a script
  6. Returns    True
  7. Examples    KeyQuencer.doScript (“Menu "Edit" "Select All"”)
  8.     » true
  9. Notes    • This verb requires KQ Apple Events to be in the extensions folder.
  10. • Curly quotes may be used as in any Frontier string to allow straight quotes to be embedded.
  11. • This verb returns as soon as the script is sent to KQ AppleEvents. It doesn’t wait for the requested action to complete.
  12.